From: Richard M. Stallman Date: Fri, 12 Sep 1997 22:41:48 +0000 (+0000) Subject: (calendar-location-name): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79177 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=52f4a7f75190138229c7c53ce7669b52cbce58ae;p=emacs.git (calendar-location-name): Doc fix. --- diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index 30bd74ca462..3cb7154bfd3 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el @@ -159,7 +159,7 @@ This variable should be set in `site-start'.el." (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) 'east) "E" "W")))) - "*Expression evaluating to name of `calendar-longitude', calendar-latitude'. + "*Expression evaluating to name of `calendar-longitude', `calendar-latitude'. For example, \"New York City\". Default value is just the latitude, longitude pair.